code generation arm / thumb instuctions are converted into ir ( intermediate representation ), which are translated into x86 instructions later 代碼生成描述了arm/thumb機器指令對應的中間代碼,以及生成x86機器指令的過程。
moreover, we present an intermediate representation for parsing tree of cfl sentence that can be easily implemented and needs less space occupancy 此外,為上下文無關語言句子的分析樹設計了一種簡單表示形式,這種表示形式可以提高空間效率,并且易于實現(xiàn)。
basing on the muti-threads parallel model on shered memory, we make some research and test of program parallelization on source code level and intermediate representation level 根據(jù)基于共享內(nèi)存方式的多線程并行模型,對于在源代碼級和中間代碼級進行程序并行化做了一些研究和實驗。
nlidb is thespecificapplicationofnaturallanguageprocessingtechniqueindatabasefield . the traditional methods of nli designing include pattern-matching, syntax analysis, semantic grammar, and intermediate representation languages 自然語言接口設計的傳統(tǒng)方法包括模板匹配、句法分析、語義語法和中間表述語言等。
at the same time, we make analysis about the several popular ir ( intermediate representation ) ( rtl, whirl, jvm ) and implement an assembler which can translate the ir to the object code of virtual machine . we also make some talking about the vm ( virturl machine ) technology relating to the ir, read and analyze the source codes of jvm and hec vm 同時,對幾種比較流行的中間代碼(rtl、whirl、java虛擬機指令)進行了分析,實現(xiàn)了一個把中間代碼編譯成虛擬機目標代碼的匯編器。此外,還對與中間代碼密切相關的虛擬機技術進行了討論,閱讀并分析了java虛擬機和hec虛擬機實現(xiàn)的源代碼,在此基礎上,提出了并行虛擬機的設計構想,通過并行虛擬機實現(xiàn)對串行程序的自動并行優(yōu)化和達到并行程序語言的跨平臺性。